home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / cedwars2.zip / CEDNOTE < prev    next >
Text File  |  1988-08-04  |  2KB  |  52 lines

  1.  
  2. From:    Hector Santos 
  3. To:      Steve Khanell                            Msg #177, 25-Jul-88 18:17cst
  4. Subject: Re: Ced
  5.  
  6. >
  7. >I frequently hear of a program called CED being mentioned.  What exactly
  8. >does this program do?
  9. >
  10.  
  11. CED is a keyboard enhancement program. It's quite powerful. The basic
  12. feature in CED and other keyboard programs is the DOS command recaller.
  13. By using your up and down arrow keys you can recall the previous DOS
  14. commands you entered. I forget exactly how much it can remember.
  15. Once you recall a DOS command, you can use your left and right arrows
  16. to edit the command before hitting ENTER. Insert/Overwrite is also
  17. supported.
  18.  
  19. But the main feature in CED, which is a idea born on VAX machines, is
  20. the ability to create "synomyns". How many times do you create a batch
  21. file just to run a program or group of programs? With CED you create
  22. a synomyn. For example;
  23.  
  24. CED SYN  d  dir
  25.  
  26. this command allows the D to represent the dir command. So when you
  27. hit D, and ENTER. The dir command is issued to DOS.
  28.  
  29. Here's a few I use a lot.
  30.  
  31. syn d        dir %1 %2 %3 %4
  32. syn t4c      tpc %1 /M /T\turbo4 /U\turbo4\units;\turbo4\power
  33. syn flist    pc-flist /q %1 %2 %3 %4
  34. syn purge    erase *.bak
  35. syn purgall  wh *.bak /d %1 %2 %3
  36.  
  37. The T4C is a synomyn for a turbo pascal compiler. I like the purge
  38. commands to erase my bak files from disk from time to time. Notice you
  39. can pass parameters just like batch files. Synomyns are great. They
  40. reduce batch files which take up space, and the commands are
  41. instantaneously executed.
  42.  
  43. This the only way I use CED, the recaller and synomyns. But there is
  44. a whole slew of features that I myself had not used and dont much about
  45. it.
  46.  
  47. <hec>
  48.  
  49. --- Via OpXpress V1.02  Once Around the World....
  50.  * Origin: Pitt Xpress : Home of Opus Xpress (412) 864-2294 (1:129/82)
  51.  
  52.